From 18fd51ae21b89f76951c53ea4f65f000f6ca3a4a Mon Sep 17 00:00:00 2001 From: "stekloff@elm3b216.beaverton.ibm.com" Date: Tue, 10 Jan 2006 14:44:36 +0000 Subject: [PATCH] Updated default config options for VMX test domains in xm-test, got rid of nics option and added acpi and apic. Signed-off-by: Daniel Stekloff --- tools/xm-test/lib/XmTestLib/XenDomain.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/xm-test/lib/XmTestLib/XenDomain.py b/tools/xm-test/lib/XmTestLib/XenDomain.py index 5838f4693e..49e111e68b 100644 --- a/tools/xm-test/lib/XmTestLib/XenDomain.py +++ b/tools/xm-test/lib/XmTestLib/XenDomain.py @@ -72,7 +72,8 @@ ParavirtDefaults = {"memory" : 64, } VmxDefaults = {"memory" : 64, "vcpus" : 1, - "nics" : 0, + "acpi" : 0, + "apic" : 0, "disk" : ["file:%s/disk.img,ioemu:%s,w" % (getRdPath(), BLOCK_ROOT_DEV)], "kernel" : "/usr/lib/xen/boot/vmxloader", -- 2.30.2